Keysight Pathwave 89600 VSA .NET API
SetBurstGeometry Method
See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace > Burst<T1,T2> Class : SetBurstGeometry Method


symbolOffset
The desired symbol offset of the burst.
symbolInterval
The desired symbol interval of the burst.
subchannelOffset
The desired subchannel offset of the burst.
subchannelInterval
The desired subchannel interval of the burst.

Glossary Item Box

Sets all rectangular burst geometry properties (offset and interval) in a single operation.

Syntax

Visual Basic (Declaration) 
Public Sub SetBurstGeometry( _
   ByVal symbolOffset As Integer, _
   ByVal symbolInterval As Integer, _
   ByVal subchannelOffset As Integer, _
   ByVal subchannelInterval As Integer _
) 
C# 
public void SetBurstGeometry( 
   int symbolOffset,
   int symbolInterval,
   int subchannelOffset,
   int subchannelInterval
)
C++/CLI 
public:
void SetBurstGeometry( 
   int symbolOffset,
   int symbolInterval,
   int subchannelOffset,
   int subchannelInterval
) 

Parameters

symbolOffset
The desired symbol offset of the burst.
symbolInterval
The desired symbol interval of the burst.
subchannelOffset
The desired subchannel offset of the burst.
subchannelInterval
The desired subchannel interval of the burst.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also